home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / RESOURCES / CH6 / EMAGA6 / control / client / presets.cs < prev    next >
Text File  |  2003-10-24  |  917b  |  29 lines

  1. //============================================================================
  2. //  control/client/presets.cs
  3. //
  4. //  preset settings module for Emaga control client code
  5. //
  6. //  Copyright (c) 2003 by Kenneth C.  Finney.
  7. //============================================================================
  8.  
  9. $pref::Player::Name = "Book Reader";
  10. $pref::Player::defaultFov = 90;
  11. $pref::Player::zoomSpeed = 0;
  12.  
  13. $pref::shadows = "2";
  14. $pref::Input::LinkMouseSensitivity = 1;
  15. $pref::Input::MouseEnabled = 0;
  16. $pref::Input::JoystickEnabled = 0;
  17. $pref::Input::KeyboardTurnSpeed = 0.1;
  18.  
  19. $pref::sceneLighting::cacheSize = 20000;
  20. $pref::sceneLighting::cacheLighting = 1;
  21.  
  22. $pref::Video::displayDevice = "OpenGL";
  23. $pref::Video::allowOpenGL = 1;
  24. $pref::Video::allowD3D = 1;
  25. $pref::Video::preferOpenGL = 1;
  26. $pref::Video::disableVerticalSync = 1;
  27. $pref::Video::monitorNum = 0;
  28. $pref::Video::windowedRes = "800 600";
  29.